home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 25 / arj210.exe / arj / ARJ.DOC < prev    next >
Text File  |  1991-05-28  |  87KB  |  2,198 lines

  1.  
  2.  
  3.  
  4.  
  5.      User's Manual for the ARJ archiver program,            May 1991
  6.  
  7.  
  8.  
  9.     ARJ software and manual copyright (c) 1990,91 by Robert K Jung.
  10.     All rights reserved.
  11.  
  12.     ARJ version 2.10 release
  13.  
  14.  
  15.  
  16.  
  17.      ** IMPORTANT NEWS ****************************************************
  18.  
  19.     Users of ARJ should read the WHATSNEW.DOC and UPDATE.DOC which
  20.     contain information about the latest improvements to ARJ.
  21.  
  22.      **********************************************************************
  23.  
  24.  
  25.      INTRODUCTION:
  26.  
  27.     ARJ is my first attempt to use my interest in compression
  28.     technology to produce an archiver for personal use on my PC and on
  29.     minicomputers.    ARJ is written in ANSI C and only uses ANSI
  30.     standard libraries.  All machine dependent functions (file
  31.     date-time modified, file attributes, etc.) are contained in a
  32.     single environment source file using ifdefs to enable one to
  33.     maintain a single version of the source code for multiple different
  34.     machines.
  35.  
  36.     The DOS version has manually optimized compression, extraction,
  37.     CRC, and output routines (in assembler).
  38.  
  39.     The current functionality of ARJ is patterned after that of AR and
  40.     LHARC with additional features derived from those of the
  41.     competition and from the many suggestions of ARJ users.
  42.  
  43.     I have created a new archive format for ARJ to support cross
  44.     platform archives, multiple volume archives, and a new security
  45.     envelope feature.  Trying to maintain compatibility with existing
  46.     formats is very difficult.  Some users have wondered why I did not
  47.     choose to use the ZIP format.  That might have been possible, but
  48.     ZIP utilities would still be unable to extract the compressed data,
  49.     because the compressed data is itself a new format.
  50.  
  51.     In addition, there are plans to port versions of ARJ to the AMIGA
  52.     and ATARI ST platforms.  I expect those versions to be available
  53.     late in 1991.  There will be a simplified version of ARJ in source
  54.     code to be released for the UNIX platform late in 1991. There are
  55.     plans for an OS/2 version of ARJ, also.  These plans all depend
  56.     upon user support.  Already, there is a version of UNARJ developed
  57.     in Holland for the ATARI ST.  And with this ARJ release comes a
  58.     version of UNARJ that has been built and tested on a SUN UNIX box.
  59.  
  60.  
  61.      TERMINOLOGY:
  62.  
  63.     The following terms are used through this manual.
  64.  
  65.     ARCHIVE - This is a file containing one or more files in a
  66.     compressed or non-compressed state and containing file related
  67.     information such as filename and date-time last modified, etc.
  68.  
  69.     ARJ FILE - This is an archive created by ARJ.
  70.  
  71.     COMPRESSION - The process of encoding redundant information into
  72.     data requiring less storage space.
  73.  
  74.     COMPRESSION PERCENTAGE/RATIO - The percentage compression reported
  75.     by ARJ is a variation of one of the TWO standard methods of
  76.     expressing compression ratio in the technical literature.  ARJ uses
  77.     the compressed size / original size ratio.  The other method is the
  78.     inverse ratio.    When ARJ reports 96% as the compression ratio, that
  79.     means that the compressed file is 96 percent of the original size
  80.     (very little compression).  Other archivers use their own methods.
  81.     LHARC uses the same ratio as ARJ.
  82.  
  83.     EXTRACTION or UNCOMPRESSION - The processing of recreating the
  84.     exact information that was previously compressed.
  85.  
  86.     SELF-EXTRACTION MODULE (SFX) - This is an archive that is an
  87.     executable file that is capable of extracting self-contained files.
  88.  
  89.     TEXT MODE - In text mode, ARJ inputs the file using the C library
  90.     text mode which translates the carriage return, linefeed control
  91.     characters of MS-DOS to a single linefeed character.  This saves
  92.     space and provides the option for cross platform file extraction.
  93.     On another platform, the host C library would change the single
  94.     linefeed to the host text newline separator sequence.  In addition,
  95.     for platforms such as PRIMOS which set bit 8 in ASCII text
  96.     characters, ARJ sets/resets bit 8 according to the platform
  97.     extracted to.  All input is stripped to 7-bit ASCII.
  98.  
  99.     VOLUMES - These are ARJ archives that are in sequence and have been
  100.     created by a single ARJ command.  Files in the volumes may span
  101.     volumes in a split format.  These volumes are usable archives.
  102.  
  103.  
  104.      MAJOR FEATURES OF ARJ:
  105.  
  106.     Ranks with the best in compression in terms of size reduction of
  107.     the currently available archivers including PKZIP 1.10, PAK
  108.     2.51, LHARC 1.13c, and LHA 2.12.  Users have reported that ARJ
  109.     also compresses slightly better than ARC 7.00.    ARJ is
  110.     particularly effective with database files, graphics files, and
  111.     large documents.  With the "-jm" option, ARJ usually compresses
  112.     even smaller at a cost of time.
  113.  
  114.     Archive and individual file comments with option of inputting
  115.     comments from a file.
  116.  
  117.     32 bit CRC file integrity check.
  118.  
  119.     DOS volume label support.
  120.  
  121.     Empty directory support.
  122.  
  123.     Test new archive before overwriting the original archive option.
  124.  
  125.     Multiple volume archives with one ARJ command.    This allows the
  126.     user to backup a full hard disk drive to multiple floppies.
  127.     Recovery of individual files is convenient because each volume is
  128.     an individual archive.    No need to use SLICE with ARJ.
  129.  
  130.     File re-ordering facility with the option of sorting by file size,
  131.     file extension, CRC value, date-time modified, filename, pathname,
  132.     compression ratio, file attribute and more.
  133.  
  134.     String searching with context display within archive files.
  135.  
  136.     Built-in facility to recover files from broken archives.
  137.  
  138.     Self-extraction feature that is internal to the ARJ runfile.  The
  139.     SFX module is full-featured with a built-in help screen.
  140.  
  141.     Internal string data integrity check in ARJ to resist hacking a la
  142.     LHARC to ICE.
  143.  
  144.     Archive security envelope feature to resist tampering with secured
  145.     archives.  This feature disallows ANY changes to a secured archive.
  146.     Not even comments can be changed.
  147.  
  148.     Password option to encrypt archived files.
  149.  
  150.     Text mode data compression option to enable movement of text files
  151.     from one host machine to another.  Text mode also results in
  152.     slightly greater file size reduction on MS-DOS machines.
  153.  
  154.     File extraction to screen in a paged mode to permit browsing
  155.     through an archive.
  156.  
  157.     Specification of the files to be added to an archive via one or
  158.     more list files.  In addition, ARJ can generate a list file.
  159.  
  160.     Specification of files to be excluded from processing by ARJ.
  161.  
  162.     Sub-directory recursion during compression and extraction.
  163.  
  164.  
  165.      ARCHIVER BENCHMARKS:
  166.  
  167.     This is information for those who plan to publish benchmark test
  168.     results comparing ARJ with other file archivers.
  169.  
  170.     The ARJ -m1 (default) compression is meant to compete with LHA
  171.     2.12.  The ARJ -m2 compression is meant to compete with PKZIP 1.10.
  172.     The ARJ -m3 and -m4 are almost superfluous in that they only
  173.     provide slightly better speed than -m2.
  174.  
  175.     The ARJ -e option is necessary during size benchmarks because ARJ
  176.     by default stores the entire specified pathname in the archive as
  177.     opposed to other archivers which strip path specs.
  178.  
  179.     The very size of the ARJ runfile adds significantly to the
  180.     compression and extraction times when testing smaller archives.  It
  181.     would be fairer to use larger archives or run the archivers from a
  182.     RAMDISK.  Also, compressed executables affect the test times, so
  183.     that all archivers should be tested in uncompressed form.
  184.  
  185.     The ARJ comment header adds bytes to the size of an ARJ archive.
  186.     The larger file headers also add bytes to the size of an ARJ
  187.     archive.  So, in size benchmarks compressing a large number of
  188.     small files, the header size difference will be evident.
  189.  
  190.  
  191.      RELEASE NOTES:
  192.  
  193.     This version does NOT include any expiration feature.  ARJ 2.10 is
  194.     fully functional.  No function has been crippled.  The only
  195.     difference between the registered version and the shareware version
  196.     is the version/copyright message.
  197.  
  198.     This release states that it is NOT for commercial use.    Commercial,
  199.     institutional and government users must purchase a site license to
  200.     obtain a registered version of ARJ for their use.  However,
  201.     commercial, institutional and government users may use ARJ for
  202.     evaluation purposes for a period of 30 days.  See the LICENSE.DOC
  203.     for details.
  204.  
  205.     While evaluating ARJ, you should use the "-jt" (test archive)
  206.     option to verify new ARJ archives.
  207.  
  208.     This version has been tested under DOS 2.11, 3.3, and 4.01.  It has
  209.     been lightly tested under DOS 5.0.
  210.  
  211.     The executables ARJ.EXE and REARJ.EXE can be compressed by DIET,
  212.     LZEXE, and PKLITE.
  213.  
  214.     Here is a suggested command that will test ARJ on all of your files:
  215.  
  216.     ARJ a -r -jt -y "-vasdel a:\vol.*" a:\vol c:\*.*
  217.  
  218.  
  219.      ARJR AND DEARJ PROGRAMS:
  220.  
  221.     The new programs ARJR and DEARJ are available only to registered
  222.     users of ARJ.  ARJR is the ARJ program minus the help screen and
  223.     SFX modules.  DEARJ is the ARJR program minus the archive
  224.     creation/modification functions.  See the LICENSE.DOC and
  225.     ORDERFRM.DOC for more information.
  226.  
  227.  
  228.      GETTING STARTED:
  229.  
  230.     I assume that you have a copy of the self-extracting ARJ module
  231.     named ARJ210.EXE.  Typing ARJ210 [RETURN] at the DOS command prompt
  232.     will initiate the self-extraction feature.  ARJ210 will by default
  233.     extract its files to the current directory.  When ARJ210 starts,
  234.     you will see several lines of text describing ARJ and then a line
  235.     asking if you wish to continue extraction.  Entering "yes" or "y"
  236.     will continue the extraction.  If there are any duplicate filenames
  237.     in the current directory, the program will prompt you for
  238.     overwriting.  You can say "yes", "no", or "quit".
  239.  
  240.     Only the extracted ARJ.EXE file needs to be copied to a directory
  241.     named in your "PATH" command in your autoexec.bat file.  On many
  242.     PCs, this directory may be C:\DOS or C:\BIN.  With MS-DOS 3.0 and
  243.     above, you can use path notation "\BIN\ARJ e archive" to use ARJ.
  244.  
  245.     You may, of course, prefer to use ARJ 0.15, 0.20, or higher to
  246.     extract the contents of ARJ210.EXE file manually.
  247.  
  248.     Example:  ARJ e ARJ210.EXE \temp\
  249.  
  250.  
  251.      QUICK START TO USING ARJ:
  252.  
  253.     Please note that switch options may be placed anywhere in the
  254.     command line.
  255.  
  256.     To create an ARJ archive containing all of the files in the
  257.     current directory:
  258.  
  259.     ARJ a archive
  260.  
  261.     To create an ARJ archive containing all files with the ".DOC"
  262.     extension in the current directory:
  263.  
  264.     ARJ a archive *.DOC
  265.  
  266.     To create an ARJ archive containing all of the files in the
  267.     named directory and all files in subdirectories of the named
  268.     directory:
  269.  
  270.     ARJ a -r archive named_directory\*.*
  271.  
  272.     To create an archive containing files without path specs:
  273.  
  274.     ARJ a -e archive named_directory\*.*
  275.  
  276.     For maximum compression, use the "-jm" or "-jm1" options.
  277.     For better speed, use the -m2 option.
  278.  
  279.     ARJ a -r -jm archive named_directory\*.*
  280.     ARJ a -r -m2 archive named_directory\*.*
  281.  
  282.     To create an ARJ archive containing the full specified pathnames
  283.     of the stored files including any drive and root specs.
  284.  
  285.     ARJ a -r -jf archive C:\top_directory\*.*
  286.  
  287.     To backup your hard disk to multiple volume archives on drive A
  288.     with archive testing and archive bit resetting:
  289.  
  290.     ARJ a -r -jf -jt -a1 -b2 -vvas A:backup C:\*.*
  291.  
  292.     To extract all of the files in an archive to the current
  293.     directory:
  294.  
  295.     ARJ e archive
  296.  
  297.     To extract all of the files in an archive to a named directory:
  298.  
  299.     ARJ e archive named_directory\
  300.  
  301.     To extract all files with the ".DOC" extension to the current
  302.     directory:
  303.  
  304.     ARJ e archive *.DOC
  305.  
  306.     To extract all of the files in an archive recreating the
  307.     original directory structure:
  308.  
  309.     ARJ x archive original_directory_name\
  310.  
  311.     The ending "\" character is optional.
  312.  
  313.     To extract all of the files in an archive containing absolute
  314.     pathnames to the original paths:
  315.  
  316.     ARJ x -jf archive
  317.  
  318.     To list all of the files in an archive:
  319.  
  320.     ARJ l archive
  321.  
  322.  
  323.      HOW TO CREATE AN EXECUTABLE SELF-EXTRACTING ARJ ARCHIVE
  324.  
  325.     The command "ARJ f -je archive ..." will create a full featured
  326.     self-extracting archive from an already built archive.    No error
  327.     message will be displayed concerning not finding "...".
  328.  
  329.     The command "ARJ f -je1 archive ..." will create a smaller
  330.     self-extracting archive.
  331.  
  332.     Syntax:  ARJ f -je archive ...        produces archive.exe
  333.  
  334.     Under DOS systems other than 2.11, 3.2, 3.3, 4,0, you may have to
  335.     rename the self-extract module to ARJSFX.EXE to do the extraction.
  336.  
  337.     See the "-je" option for more information.
  338.  
  339.  
  340.      CONVERTING OTHER ARCHIVE FILES TO ARJ FORMAT
  341.  
  342.     Included with this software is the program REARJ.  This program can
  343.     be used to individually or collectively convert archive files from
  344.     other formats to the ARJ format.
  345.  
  346.     REARJ *.ZIP *.ARC *.LZH    will convert all ZIP, ARC, and LZH
  347.     archives in the current directory to the ARJ format.  See the
  348.     REARJ.DOC for more information about REARJ.
  349.  
  350.  
  351.      HOW TO USE ARJ:
  352.  
  353.     If you type ARJ [return], you will see a simple help screen.
  354.  
  355.     If you type ARJ -? [return], you will see more detailed help
  356.     information.
  357.  
  358.  
  359.      ARJ LIMITATIONS:
  360.  
  361.     ARJ will accept up to:      64 filenames/wildnames on command line
  362.                    16000 filenames resulting from wildnames
  363.                 8000 filenames/wildnames to exclude
  364.                 8000 ARJ filenames resulting from wildnames
  365.                 2048 character comments
  366.                      (up to 25 lines or 1 file)
  367.  
  368.     ARJ requires approximately 282,000 bytes plus the memory necessary
  369.     to store all of the pathnames to be archived when using the default
  370.     compression method (-m1).
  371.  
  372.     There is no limitation on the number of files that can be stored in
  373.     one archive.  However, each add command can only add a maximum of
  374.     16000 files at a time depending upon memory availability.  I expect
  375.     that a normal maximum of 5000 to 8000 filenames can be handled
  376.     without running out of memory during the compress phase.
  377.  
  378.     If you do not have enough memory, you should use the "-l" switch to
  379.     dump the filenames to a list file.  You can then break the list
  380.     file into smaller files and use multiple ARJ commands to archive
  381.     all of the files.
  382.  
  383.     Example:
  384.  
  385.        ARJ a -r -lname.lst archive \*.*
  386.  
  387.        If the above command fails due to lack of memory, split the
  388.        name.lst file into smaller pieces named name1.lst, name2.lst,
  389.        etc.  Then execute:
  390.  
  391.        ARJ a archive !name1.lst
  392.        ARJ a archive !name2.lst
  393.        .
  394.        .
  395.  
  396.     ARJ currently does NOT differentiate between wildnames like "C:*.*"
  397.     and "C:\*.*".  ARJ would expand each of those two wildnames into a
  398.     list that could be up to twice as long as necessary.
  399.  
  400.     When updating an archive, ARJ creates a temporary file named
  401.     ARJTEMP.$nn in the current directory or work directory.
  402.  
  403.     While ARJ is scanning a wildcard filespec, ARJ will change the name
  404.     of the target archive to ARJTEMP.$nn while the scan is proceeding
  405.     to avoid including the archive itself in an add or move command.
  406.     Also, as a result, you cannot add a file named ARJTEMP.$nn to an
  407.     ARJ archive.  Please note that the name of this temporary file may
  408.     change at a future revision of ARJ.
  409.  
  410.  
  411.      DIFFERENCES BETWEEN ARJ AND LHARC:
  412.  
  413.     The archive formats are NOT compatible.
  414.  
  415.     The compression and decompression algorithms are NOT compatible.
  416.  
  417.     ARJ only supports its own archive format.
  418.  
  419.     ARJ by default stores the full specified pathname of files
  420.     archived minus any drive letter and root symbol.
  421.  
  422.     The "e" and "x" commands will by default extract all of the files
  423.     in the archive without using date time stamps to select files.    You
  424.     should specify "-u -y" to duplicate LHARC functionality.
  425.  
  426.     The "f" command in ARJ requires the -r switch to be identical to
  427.     the LHARC f command.
  428.  
  429.     The ARJ archive suffix is ".ARJ".
  430.  
  431.     ARJ does NOT sort filenames when archiving.
  432.  
  433.  
  434.      IMPORTANT NOTES:
  435.  
  436.     When using the "-w" working directory switch, ARJ does not check on
  437.     space availability before overwriting the original archive if it
  438.     exists.  Be sure that you have enough disk space for the new
  439.     archive before using the "-w" switch.  If ARJ aborts in this
  440.     situation because of disk space, ARJ will keep the temporary
  441.     archive.
  442.  
  443.     By default, ARJ does not see hidden or system files when using
  444.     wildnames.  ARJ will process system and hidden files when you
  445.     either specify the exact filename or specify the "-a" switch.
  446.  
  447.     Like LHARC and PKZIP, ARJ requires extra disk space to UPDATE an
  448.     archive file.  ARJ will backup the original archive while it
  449.     creates the new archive, so enough room must be available for both
  450.     archives at the same time.
  451.  
  452.     Currently, ARJ will not extract to a readonly file.
  453.  
  454.  
  455.      THE FILESPEC "..."
  456.  
  457.     Several times in this document and the UPDATE.DOC file, there is
  458.     mention of the filespec "...".     This filespec is chosen so as to
  459.     not match any existing filename.  ARJ will NOT generate an error or
  460.     warning for not matching "..." specifically.
  461.  
  462.  
  463.      ARJ ERROR SITUATIONS:
  464.  
  465.     ADD:
  466.  
  467.     If a user specified file is not found during an add, ARJ will
  468.     continue processing, and will keep the archive and terminate with
  469.     an error condition.
  470.  
  471.     In a disk full condition or any other file i/o error, ARJ will
  472.     promptly terminate with an error condition and delete the temporary
  473.     archive file unless the user has specified the "-jk" switch.
  474.  
  475.  
  476.     MOVE:
  477.  
  478.     ARJ will only delete files that have been successfully added to the
  479.     archive.  If you have specified the "-jt" (test) switch, ARJ will
  480.     abort on any error.  If you specify the "-jk" switch, ARJ will not
  481.     delete the temporary archive upon an abort.
  482.  
  483.  
  484.     EXTRACT:
  485.  
  486.     In a disk full condition or any other file i/o error, ARJ will
  487.     promptly terminate with an error condition and delete the current
  488.     output file.
  489.  
  490.  
  491.      ARJ DOS ERRORLEVELS:
  492.  
  493.     0 ->   success
  494.     1 ->   warning (specified file to add to archive not found or
  495.             specified file to list, extract, etc., not found)
  496.     2 ->   fatal error
  497.     3 ->   CRC error (header or file CRC error)
  498.     4 ->   ARJ-SECURITY error or attempt to update an ARJ-SECURED archive
  499.     5 ->   disk full or write error
  500.     6 ->   can't open archive or file
  501.     7 ->   simple user error (bad parameters)
  502.     8 ->   not enough memory
  503.  
  504.  
  505.      ARJ USER ACTION PROMPTS:
  506.  
  507.     ARJ prompts the user for action at certain times.  There are
  508.     several types of prompts.  One is for yes/no permission, another is
  509.     for a new filename, another is for archive comments, and one other
  510.     is for search strings.    The yes/no prompts will also accept "quit"
  511.     for program termination and "always" to bypass further user
  512.     prompts.
  513.  
  514.     Since ARJ uses STDIN for user input, be careful about typing ahead
  515.     anticipating prompts.  ARJ may prompt you for an unexpected action
  516.     and use your earlier input.
  517.  
  518.  
  519.      ARJ ENVIRONMENT VARIABLE:
  520.  
  521.     ARJ will first look for an environment variable named ARJ_SW and
  522.     use its value as switch options for ARJ.  If ARJ finds such an
  523.     environment variable, it will display a message to that effect.
  524.  
  525.     SET ARJ_SW=<switches>
  526.  
  527.     Example:  SET ARJ_SW=-w\temp -k -e
  528.  
  529.     Do NOT add any blanks after the variable name ARJ_SW.  As in LHARC,
  530.     command line switches can be selected to override ARJ_SW settings.
  531.  
  532.  
  533.      ARJ COMMAND LINE SYNTAX:
  534.  
  535.     ARJ <command> [-<switch>[-|+|<option>]...] <archive_name>[.ARJ]
  536.     [<base_directory_name>\] [<!list_name>|<path_name>|<wild_name>...]
  537.  
  538.     Commands and switches can be entered in upper or lower case.
  539.     Switches can be placed anywhere after the command ARJ.
  540.  
  541.     ARJ supports the use of either "-" or "/" as the switch option
  542.     character.  The first occurrence of either "-" or "/" that ARJ
  543.     encounters will determine the switch symbol.  You may NOT mix and
  544.     match switch symbols.  This also includes the ARJ_SW environment
  545.     variable.  ARJ_SW is checked first for switches.  Throughout this
  546.     document, the symbol "/" may be substituted for "-" in switch
  547.     usage.
  548.  
  549.     Examples:  ARJ a A:archive *.* /va /r     is correct
  550.            ARJ a A:archive *.* /va -r     IS INCORRECT USAGE!
  551.  
  552.     Switch options SHOULD NOT be combined.    At this time combinations
  553.     such as "-ki" representing "-k" and "-i" will work, but may not in
  554.     the future.
  555.  
  556.     The switch option "--" tells ARJ that there are no more switch
  557.     options to process in the current command line.  This is useful
  558.     when you need to enter filenames beginning with "-".
  559.     Example:  ARJ a archive -- -testfile
  560.  
  561.     The standard ARJ file suffix is ".ARJ".  Subsequent multiple volume
  562.     archives end in ".A01", ".A02", etc, up to .A99, .A00, .A01.
  563.  
  564.     The ARJ command must be the first non-switch argument after "ARJ".
  565.     The ARJ archive name must be the first filename on the command
  566.     line.  The base directory, if any, must be the second filename
  567.     argument.  The switches and other filenames can be in any order.
  568.     The base directory name should end with "\" (backslash) or ":"
  569.     (colon).  However, ARJ will still accept directory names without
  570.     the "\" character.
  571.  
  572.     For commands other than modifying or creating an archive, you can
  573.     specify a wildcard for the archive name such as "*.ARJ".  If you
  574.     also specify the "-r" switch,  ARJ will search sub-directories for
  575.     ARJ archives (*.ARJ) also.
  576.  
  577.     Example:  ARJ l -r *  will list all of your *.ARJ files.
  578.  
  579.     Switches specified on the command line will either toggle or
  580.     override switches specified with the ARJ_SW environment variable.
  581.     Switch usage is identical to that of LHARC.
  582.  
  583.     "-s+"         turns on switch "s".
  584.     "-s-"         turns off switch "s".
  585.     "-s"         toggles the state of switch "s".
  586.     "-sname"     provides the name argument for switch "-s".
  587.     "--"         skip processing of any more switch options.
  588.  
  589.     Wild_names follow MS-DOS convention.  "*.*" means all files.
  590.     "*.DOC" means all files with an extension of ".DOC".  "?B*.*"
  591.     means all files with a second character of "B".
  592.  
  593.     The default for <wild_name> for all commands except for "d" is
  594.     "*.*".
  595.  
  596.     For the add, move, freshen and update commands, filename matching
  597.     in the archive requires an exact path match depending upon the "-e"
  598.     option.  For non-update commands, specified filenames with paths
  599.     will force a full pathname match.
  600.  
  601.     You can supply one or more filenames for files containing lists of
  602.     files to be added to an archive.  The filenames must be listed one
  603.     per line with no leading or trailing blanks.  The list filename(s)
  604.     must be prefixed with "!".  If you want to archive a filename
  605.     beginning with !, you must use the "-!" option to set a new list
  606.     file character.
  607.  
  608.     You can exclude filenames/wildnames from the list of filenames to
  609.     be processed by ARJ.
  610.  
  611.     Example:  ARJ a software *.* -x*.exe -x*.obj   adds all files
  612.     in the current directory except .EXE and .OBJ files.
  613.  
  614.  
  615.      ARJ COMMANDS:
  616.  
  617.     a: Add files to archive
  618.  
  619.        This is the basic command to add disk files to an ARJ archive.
  620.        You can specify 0 to 64 filename arguments (one can be a
  621.        destination directory).  The arguments can be wildnames.  If
  622.        you specify the "-r" switch (recurse subdirectories), ARJ
  623.        will add all of the files in all of the subdirectories that
  624.        match the specified wildname.
  625.  
  626.        Example:  ARJ a archive subdir\*.*
  627.              Archive all files in directory "subdir".
  628.  
  629.        For maximum compression, use the "-jm" switch option.
  630.  
  631.     c: Comment archive files
  632.  
  633.        This command allows you to comment the header and individual
  634.        files.  ARJ will prompt you for each comment.  The user will be
  635.        prompted for up to 25 lines for each comment.  A line containing
  636.        only a [return] will terminate the comment.
  637.  
  638.        The user can elect to input comment data from a file by entering
  639.        the comment filename preceded by an "!" as in "!archive.txt"
  640.        starting in column 1 of the first comment line.  This file is
  641.        read as a text file.  The lines in the text can be up to 2048
  642.        bytes long.    Only the first 2048 bytes of the file will be
  643.        accepted by ARJ.
  644.  
  645.        To erase a comment from an archive, type [space] [return] on the
  646.        first comment line and [return] on the second comment line.
  647.  
  648.        You may also erase a comment with the following command:
  649.        "ARJ c archive -zerase.txt"    where erase.txt contains only a
  650.        [space] and [return].
  651.  
  652.        To add only the archive comment and not file comments, use the
  653.        following command:
  654.  
  655.        ARJ c archive -z
  656.  
  657.        To add only the archive comment at the command line, use the
  658.        following command:
  659.  
  660.        ARJ c archive -zcomment.txt
  661.  
  662.     d: Delete files from archive
  663.  
  664.        This command allows you to delete files from the archive.  When
  665.        wildcard selection is not suitable, you can use the "-q" switch
  666.        which causes ARJ to prompt you for deletion for each file
  667.        selected.
  668.  
  669.        Example:  ARJ d archive *.c
  670.              Delete all files in archive ending in ".c".
  671.  
  672.              ARJ d -q archive *.c
  673.              Prompt before deleting each file ending in ".c".
  674.  
  675.     e: Extract files from archive
  676.  
  677.        This command will extract one or more files from the archive to
  678.        the current directory or base directory if specified.  ARJ will
  679.        prompt the user before overwriting existing files unless the
  680.        user specifies the "-y" switch.  If the user gives a "no"
  681.        answer, ARJ will prompt for a new filename.    If the user enters
  682.        a single [return] instead of a filename, ARJ will skip the
  683.        current file extraction.
  684.  
  685.        Example:  ARJ e archive soft\ *.c
  686.              Extract all files ending in ".c" to subdirectory
  687.              "soft".
  688.  
  689.        When extracting a file located on multiple volumes, ARJ may
  690.        prompt the user with an "Append? " prompt.  This will usually
  691.        occur with files split across volumes.  You will also need to
  692.        specify the "-v" switch to force ARJ to continue to the next
  693.        volume of a series of volumes.  When extracting from one of a
  694.        series of multiple volumes on a diskette, it is easier to use
  695.        the wildcard "*.*" to specify the archive as in:
  696.  
  697.        ARJ e archive A:*.* filespecs
  698.  
  699.        If you wish to extract only a portion of an archive and that
  700.        portion is a directory containing directories, you should use
  701.        the "-p1" switch.  See the "-p" switch for more information.
  702.  
  703.        If ARJ encounters a disk full during extraction, ARJ will abort
  704.        with an error.  You can bypass the abort by using the "-jd"
  705.        option.  Refer to the description of "-jd" for more
  706.        information.
  707.  
  708.     f: Freshen files in archive
  709.  
  710.        Update matching files in the archive that are OLDER than the
  711.        selected disk files.
  712.  
  713.        Example:  arj f archive *.c *.h
  714.  
  715.        In freshening archives, you should use the same filename
  716.        specifications that you use to create the archive.
  717.  
  718.        Example:  arj a archive \temp\ *.* -r
  719.              arj f archive \temp\ *.* -r
  720.  
  721.     i: check Integrity of ARJ
  722.  
  723.        The "i" command allows the user to check the integrity of the
  724.        ARJ program.  ARJ will report CRC ERROR! if the tested ARJ
  725.        program does not pass its integrity check.  This indicates that
  726.        the program is probably corrupted.  Please note that the "i"
  727.        command should not be used on a compressed ARJ executable
  728.        (DIETed, LZEXEd, etc.), since the "i" command will then ALWAYS
  729.        report a CRC error.    If the program name is not specified, then
  730.        ARJ will check the current program being executed.
  731.  
  732.        Syntax:  ARJ i ARJ.EXE
  733.             ARJ i         at DOS 3.0 and up
  734.  
  735.     j: Join archives to archive
  736.  
  737.        The "j" command allows the user to merge multiple ARJ
  738.        archives.  You should not use the "o" command to reorder a
  739.        merged multiple volume archive because of the split files.
  740.        ARJ expects to find the pieces of a split file in consecutive
  741.        order.
  742.  
  743.        Syntax:  ARJ j archive archive1.arj archive2.arj
  744.             ARJ j archive *.arj -r
  745.  
  746.        Some switches NOT supported by the "j" command are:    -o, -ob,
  747.        -f, -u, -c, -d.
  748.  
  749.        Note that switches that do work like "-x" select the archives to
  750.        be merged and NOT the contents of the archives.
  751.  
  752.        This command can be used to convert an SFX module to a regular
  753.        ARJ archive.
  754.  
  755.        Example:  ARJ j new_name arjsfx.exe
  756.  
  757.     l: List contents of archive
  758.  
  759.        List contents of archive to standard output.  The display can be
  760.        paused after each screenful with the "-jp" switch.  The files
  761.        are listed in stored order.    There are no sort options
  762.        currently.
  763.  
  764.        The last field on the display TPMGVX stands for:
  765.            T -> text/binary/directory type
  766.            P -> path information available in "V" listing
  767.            M -> compression method used
  768.            G -> file has been garbled (encrypted)
  769.            V -> archive has been continued to another volume
  770.            X -> this file is an extended portion of a larger file
  771.  
  772.        Example:  arj l archive *.c *.h
  773.  
  774.        A "+" sign preceding the date-time field indicates that the date
  775.        is a 21st century date (20nn).
  776.  
  777.        The original file size reported by the "l" and "v" commands is
  778.        the actual number of bytes input during text mode compression.
  779.        This is usually the MS-DOS file size minus the number of
  780.        carriage returns in the file, since C text mode strips a file of
  781.        carriage returns.
  782.  
  783.     m: Move files to archive
  784.  
  785.        This command is similar to specifying the "a" command with the
  786.        "-d" switch.  The "m" commands adds the selected files to the
  787.        archive.  If the adds are successful, then the added files are
  788.        deleted.  The move command does not ask permission before
  789.        deleting the files.    Use the "ARJ a -d" command for that
  790.        feature.
  791.  
  792.        Example:  ARJ m archive soft\*.*
  793.  
  794.        The "m" command when used with "-f" and "-u" will delete any
  795.        successfully added files as well as any files that are already
  796.        up to date in the archive.
  797.  
  798.     n: reName files in archive
  799.  
  800.        This command allows you to change the names of the files stored
  801.        in an ARJ archive.  ARJ will prompt for the new name of each
  802.        selected file.  You can skip changing the name of a particular
  803.        file by entering a blank line.
  804.  
  805.        Example:  ARJ n archive *.c
  806.  
  807.        In the above example, ARJ prompts for new names for all *.c
  808.        files.
  809.  
  810.     o: Order files in archive
  811.  
  812.        This command allows you to re-order the files within the
  813.        archive.  You may specify the order of files on the command line
  814.        or you can use one or more list files.  Any files in the archive
  815.        that are not specified on the command line or in a list file
  816.        will be placed at the end of the archive in the same relative
  817.        order that they were originally.  No wildcard names can be used
  818.        as order specifications.  The filenames in the list file must be
  819.        entered one per line.
  820.  
  821.        Example:  ARJ o archive file1 file2 file3
  822.  
  823.        In the above example, the files "file1", "file2", and "file3"
  824.        will be ordered first in the archive.  Any remaining files will
  825.        follow those.
  826.  
  827.        Example:  ARJ o archive !list
  828.  
  829.        In the above example, the archive will be ordered according to
  830.        the order of the names in the file "list".
  831.  
  832.        IMPORTANT:  For the "o"rder command, the list file option has
  833.        one special feature.  If the list file is named ARJSORT.$$$, ARJ
  834.        will expect the file to have been built with the ARJ v -jv1
  835.        command.  This ARJSORT.$$$ list file may be specified with a
  836.        pathspec.  See the ARJSORT.BAT batch file for an example of this
  837.        special feature.
  838.  
  839.        To facilitate building list files, the "v" command in ARJ will
  840.        produce special outputs with the "-jv" switch and the "-jv1"
  841.        switch.
  842.  
  843.        The "-jv" switch will display only the pathnames stored within
  844.        the archive.  No other listing data is displayed.  This output
  845.        can be re-directed to a file for manual sorting into a list
  846.        file.
  847.  
  848.        The "-jv1" switch will display the standard verbose display with
  849.        a few modifications.  No comment field will be displayed.  The
  850.        pathname is appended to the archive file description data
  851.        instead of being on a separate line.  Displayed just before the
  852.        pathname field are the file extension and filename.    These
  853.        fields are available so that the user can sort the text lines by
  854.        date-time, file extension, CRC value, etc.  Text editors like
  855.        Qedit and SLED allow the user to sort text lines via an embedded
  856.        text field.
  857.  
  858.        IMPORTANT:  You should NOT change the order of files in a
  859.        multiple volume archive.  ARJ expects the first file and the
  860.        last file in such an archive to have certain flags set.
  861.        Re-ordering the archive may cause problems with any split files.
  862.        At the next release of ARJ, re-ordering multiple volume archives
  863.        will be flagged as a error.
  864.  
  865.     p: Print files to standard output
  866.  
  867.        Output files to standard output.  This function works such that
  868.        the output file will contain only the file data extracted.  This
  869.        is important for UNIX-like usage.
  870.  
  871.        Example:  ARJ p archive manual.doc > output.fil
  872.  
  873.        In the above example, output.fil will be an exact copy of
  874.        manual.doc.    There will be no extraneous header information in
  875.        output.fil.    All extraction phase information is written to the
  876.        STDERR device, which is normally the display screen.
  877.  
  878.        NOTE:  Because of a problem using fwrite() and STDOUT, errors
  879.        occurring during redirection to serial and printer ports may not
  880.        be detected.  Errors during redirection to disk files will be
  881.        detected.
  882.  
  883.     r: Remove paths from filenames
  884.  
  885.        This command causes ARJ to remove the path component from the
  886.        specified filenames stored in the archive.  The default is all
  887.        filenames stored in the archive.  This command is useful if you
  888.        forgot to specify "-e" to exclude paths.
  889.  
  890.     s: Sample files to screen with pause
  891.  
  892.        This command is similar to the "p" command except that one
  893.        screenful of data is displayed to the user and a user action is
  894.        then requested.  The action prompt can be suppressed with the
  895.        "-y" switch.
  896.  
  897.        The "s" command filters the text to output by truncating at 79
  898.        characters per line and displaying '?' for control characters.
  899.  
  900.     t: Test integrity of archive
  901.  
  902.        Test the contents of the selected files for the correct CRC
  903.        value.  ARJ uses a 32 bit CRC to validate the contents of the
  904.        files.  The use of 32 bit CRCs is many times better than the
  905.        use of 16 bit CRCs for the detection of errors.
  906.  
  907.        Use this command to fully test the security envelope on an
  908.        ARJ-SECURED archive.
  909.  
  910.     u: Update files to archive
  911.  
  912.        Update older files in the archive and add files that are new to
  913.        the archive.
  914.  
  915.        Example:  arj u software
  916.  
  917.     v: Verbosely list contents of archive
  918.  
  919.        This command lists the full pathname and comments of the archive
  920.        files as well as the same information as the "l" command.
  921.  
  922.        Use the "-jp" switch to pause the output after each screen.
  923.  
  924.        The "-jv" switch will display only the pathnames to the screen.
  925.  
  926.        The "-jv1" switch will display the archive data in a manner
  927.        suitable for sorting on various fields for use with the "o"
  928.        command.
  929.  
  930.     w: Where are text strings in archive
  931.  
  932.        This option will cause ARJ to prompt the user whether to ignore
  933.        case when searching.  It will also prompt the user whether to
  934.        display the context of any string matches.  If so chosen, ARJ
  935.        will display the matched string and the following characters up
  936.        to 78 characters with all of the non-printable characters
  937.        including newlines replaced by question marks.  When the display
  938.        context option is chosen, ARJ will inhibit the progress
  939.        indicator.  When the option "-jv" is set in display context
  940.        mode, more context characters will be displayed up to the limits
  941.        shown below.
  942.  
  943.        -jv = 6 lines, -jv1 = 12 lines, -jv2 = 18 lines, -jv3 = 24 lines
  944.  
  945.        Then, this command will prompt the user for up to 20 text strings
  946.        to search for within the archive.  A count of all matches will be
  947.        displayed after each individual file is scanned.
  948.  
  949.        Search strings are limited to 79 characters.
  950.  
  951.        Matches that span archive volumes will not be detected by
  952.        this string search.
  953.  
  954.        You can search multiple ARJ archives with a command like:
  955.  
  956.        ARJ w \docs\*.arj
  957.  
  958.     x: eXtract files with full pathname
  959.  
  960.        This command extracts one or more files from the archive to
  961.        their full paths in the current directory or to the base
  962.        directory if specified.  ARJ normally stores pathnames as if
  963.        they were children of the target directory.    Any drive or root
  964.        directory specifications are stripped before extracting unless
  965.        the "-jf" switch is specified with the "x" command.
  966.  
  967.        Example:  arj x archive *.c
  968.  
  969.        If you wish to extract only a portion of an archive and that
  970.        portion is a directory containing directories, you should use
  971.        the "-p1" switch.  See the "-p" switch for more information.
  972.  
  973.        Refer to the description of the "e" command for more
  974.        information about extraction.
  975.  
  976.  
  977.      ARJ SWITCH OPTIONS:
  978.  
  979.     The letters within the parentheses:
  980.  
  981.        (All) - all commands
  982.        (afu) - add, freshen, update, move commands
  983.        (Upd) - any command that modifies/updates an archive
  984.        (ce)  - comment and extract commands
  985.        (ex)  - extract commands
  986.        (lv)  - list commands
  987.  
  988.     -: (All) skip any more switch options
  989.  
  990.        The switch option "--" will cause ARJ to stop looking for any
  991.        more switch options on the command line.  This is useful for
  992.        entering filenames beginning with "-".
  993.  
  994.        Example:  ARJ a archive -- -file
  995.  
  996.     !: (All) set list char
  997.  
  998.        This option allows the user to set the character used for list
  999.        files.  The option "-!" with no specified character toggles
  1000.        (turns off) the current list file character (default "!").
  1001.  
  1002.        Syntax:  ARJ a archive -!@ @list.fil
  1003.             ARJ a archive -! !.bat
  1004.  
  1005.        The first example above sets the list file character to the one
  1006.        used by LHA and PKZIP.
  1007.  
  1008.     $: (auex) add/extract volume label
  1009.  
  1010.        This option allows the user to store or extract DOS volume
  1011.        labels in ARJ archives.  It is possible to have multiple labels
  1012.        in one archive.  At ARJ 2.10, you can only add or extract volumes
  1013.        labels at DOS 2.0 and above.  The "-$" option may be specified
  1014.        with or without a drive specification.  The drive can be
  1015.        specified by appending the letter and optionally the ":" to
  1016.        "-$".  If none is specified, ARJ assumes the current drive
  1017.        unless a specified target base directory has a drive
  1018.        specification.
  1019.  
  1020.        WARNING:  Currently, ARJ allows multiple volume labels and
  1021.        duplicate volume labels in the same archive.  You can delete one
  1022.        or more duplicate labels with the "ARJ d -q archive label"
  1023.        command.  ARJ will query you on each occurrence of "label".
  1024.        This "faulty" mechanism allows a file and label of the same name
  1025.        to be added to an archive.  The capability of having duplicate
  1026.        labels in the same archive MAY NOT be present in future versions
  1027.        of ARJ.
  1028.  
  1029.        The SFX and SFXJR modules DO NOT support volume label extraction!
  1030.  
  1031.        On the list screen, volume labels will be indicated by the "V"
  1032.        under the "T" column.
  1033.  
  1034.        Syntax:  ARJ a archive -$           add all files and the label
  1035.                            of the current drive.
  1036.             ARJ a archive ... -$B      add only the label of drive B
  1037.             ARJ a archive ... -$B:     add only the label of drive B
  1038.             ARJ u archive ... -$B:     add only the label of drive B
  1039.  
  1040.        To extract volume labels, you must select the label by setting
  1041.        "-$" and specifying a matching wildname/filename.
  1042.  
  1043.        Syntax:  ARJ e archive doslabel -$  extract the label named
  1044.                            doslabel to the current drive.
  1045.             ARJ e archive -$D:           extract all files to the
  1046.                            current drive and extract the
  1047.                            label to drive D:.
  1048.             ARJ e archive label B:\ -$ extract all files to B:\ and
  1049.                            the label to drive B.
  1050.  
  1051.        ARJ will display all labels over 8 characters with a "." in it
  1052.        like a normal DOS filename.    ARJ will only create standard
  1053.        uppercase DOS volume labels.
  1054.  
  1055.        Volume labels created by utilities other than standard DOS
  1056.        commands like LABEL and FORMAT may cause label access problems
  1057.        for ARJ.  For example, Norton's VL.EXE can create labels with
  1058.        lowercase letters.  You will need to use LABEL.COM to delete
  1059.        these labels in order to let ARJ set a new label.  Programs that
  1060.        can delete unusual labels have to do absolute writes to disk or
  1061.        use a wildcard ("*.*") delete of files with the label attribute
  1062.        in the root directory.  A single bit corruption in the program
  1063.        can result in the deletion of ALL files in the root.  ARJ
  1064.        currently chooses not to take that risk.
  1065.  
  1066.     a: (afu) allow any file Attribute
  1067.  
  1068.        By default ARJ will not select system or hidden files via
  1069.        wildcarding unless the "-a" option is specified.
  1070.  
  1071.        The "-a1" switch causes ARJ to add any directories in the
  1072.        selected set of matching filespecs to the archive being built.
  1073.        This switch also selects hidden and system files as in the "-a"
  1074.        switch.  Even empty directories will be added.  The "l" command
  1075.        will display such directories with a "D" under the "T" (file
  1076.        type) header.
  1077.  
  1078.        Older releases of ARJ will skip over empty directory entries.
  1079.        The ARJSFX and ARJSFXJR modules CAN process empty directory
  1080.        entries.
  1081.  
  1082.        This option is useful for saving software directories with needed
  1083.        empty directories.
  1084.  
  1085.     b: (afu) Backup changed files
  1086.  
  1087.        The "-b" switch will select only files that have the archive bit
  1088.        set.
  1089.  
  1090.        If you specify the "-b1" option, files with the archive bit set
  1091.        will be selected and the archive bits of all archived files will
  1092.        be reset after a successful archive has been built.
  1093.  
  1094.        Example:  arj a a:backup1 c:\*.* -b1 -r -va     simulates BACKUP
  1095.        command.
  1096.  
  1097.        The "-b2" switch does NOT select files.  It causes ARJ to reset
  1098.        the archive bits of added files.  If the "-f" or "-u" option has
  1099.        been selected, ARJ will reset the archive bits of files that are
  1100.        already duplicated in the archive.
  1101.  
  1102.        Example:  arj a e:archive c:\*.* -b2 -r    archives all files on
  1103.        the C drive and resets all archive bits.
  1104.  
  1105.     c: (All) skip time-stamp Check
  1106.  
  1107.        Normally with the "u" and "f" commands, ARJ will only update
  1108.        files to an archive which are newer.  The "-c" switch will cause
  1109.        ARJ to update the archive regardless of the date-time modified
  1110.        time stamps.
  1111.  
  1112.        When extracting files from an archive with the "-y" and "-f"
  1113.        switches set, ARJ would normally skip extracting older files.
  1114.        The "-c" switch will force ARJ to extract these older files.
  1115.  
  1116.     d: (afu) with Delete (move)
  1117.  
  1118.        This switch provides the standard MOVE command.  Successfully
  1119.        added files will be deleted.  When used with the "-f" or "-u"
  1120.        option, ARJ will also delete files that are already duplicated
  1121.        in the archive.  ARJ will prompt the user before deleting the
  1122.        files unless the "-y" switch is specified.  Also, you can use
  1123.        the "m" command which does not prompt before deleting the files.
  1124.  
  1125.        ARJ a archive filename -d -y       is equivalent to
  1126.  
  1127.        ARJ m archive filename          and
  1128.  
  1129.        ARJ a archive filename
  1130.        delete filename
  1131.  
  1132.     e: (afu) Exclude paths from filenames
  1133.  
  1134.        By default ARJ always stores the pathname of the archived file.
  1135.        This switch will cause ARJ to store only the filename component.
  1136.  
  1137.        The "-e1" switch option causes ARJ to NOT store the base
  1138.        directory name with the filenames in the archive.
  1139.  
  1140.        Example:  ARJ a archive C:\SOFTWARE\ARJ\ *.* -r -e1
  1141.  
  1142.        In the above example, ARJ will NOT store the C:\SOFTWARE\ARJ\ as
  1143.        part of the filenames.
  1144.  
  1145.        When updating files within an archive, ARJ uses the full
  1146.        pathname to match against the full name of the selected files.
  1147.        The "-e" and "-e1" option affect this exact matching.  If "-e"
  1148.        is specified, only the filespecs of the selected files will be
  1149.        matched against the full pathname of the files in the archive.
  1150.        If "-e1" is specified, the full pathname minus the base
  1151.        directory of the selected files is used to match against the
  1152.        full pathname of the files in the archive.
  1153.  
  1154.        In other words, ARJ will only update a file within an archive if
  1155.        the name of the new file as stored in the archive would be
  1156.        identical to the name of the original file stored in the
  1157.        archive.
  1158.  
  1159.     f: (All) Freshen existing files
  1160.  
  1161.        This switch used with the "e" or "x" commands causes ARJ to only
  1162.        extract newer files from the archive.
  1163.  
  1164.        This switch used with the "m" command causes ARJ to update only
  1165.        input files with newer dates than the ones in the archive.
  1166.        After the archive has been updated, all updated selected files
  1167.        and all up to date selected files will be deleted.
  1168.  
  1169.        The ARJ m -f command is very similar to the LHARC m command.
  1170.  
  1171.     g: (All) Garble with password
  1172.  
  1173.        This switch followed by a password "-gpassword" will encrypt or
  1174.        decrypt an archived file.  During a "l" or "v" command, a
  1175.        garbled file will display an "G" after the method number.
  1176.  
  1177.        Example:  ARJ e archive -gpassword
  1178.  
  1179.     i: (All) with no progress Indicator
  1180.  
  1181.        Do not display the percentage progress indicator.  The progress
  1182.        indicator appears during the add, extract, search, and test
  1183.        operations.
  1184.  
  1185.        The "-i1" option provides a bar type graphical progress
  1186.        indicator for the compression, extraction, and testing type
  1187.        commands of ARJ.  This provides an alternative to the simple
  1188.        numeric increasing percentage progress indicator.
  1189.  
  1190.     j: (All) selects alternate set of switch characters.
  1191.  
  1192.        This switch toggles the set of switch characters.  The toggle is
  1193.        reset at end at of each separate switch sequence back to the
  1194.        main set of switch characters.
  1195.  
  1196.        For example, "-ja" is not the same function as "-a".  However,
  1197.        "-jja" is the same as "-a" because of the double toggle.  Also,
  1198.        "-jaje" is NOT the same as "-ja -je".  The switch sequence
  1199.        "-jae" is the same as "-ja -je".
  1200.  
  1201.     k: (Upd) Keep archive file backup
  1202.  
  1203.        Backup the original archive file during an update.  The old
  1204.        archive will be suffixed with ".BAK".  Any existing ".BAK" file
  1205.        will be overwritten.
  1206.  
  1207.     l: (All) create List_name file
  1208.  
  1209.        This switch will cause ARJ to dump to the filename after the
  1210.        "-l" switch all of the filenames to be processed by this ARJ
  1211.        command.  This list contains all files that matched the file
  1212.        wildnames given on the command line.  Other options do NOT
  1213.        affect the output of filenames to this list file.  To get an
  1214.        index file for backup purposes, use the "-ji" option.
  1215.  
  1216.        This list file can be used as a listfile on the command line.
  1217.  
  1218.        Example:  ARJ a -lname.lst archive *.exe
  1219.  
  1220.        This example will create a file named "name.lst" with all *.exe
  1221.        files.
  1222.  
  1223.     m: (afu) with Method 0, 1, 2, 3, 4
  1224.  
  1225.        Method 0 = storing    (no compression)
  1226.        Method 1 = maximum compression (default compression method)
  1227.                 (requires 282,000 plus bytes memory)
  1228.        Method 2 = slightly less compression and faster
  1229.                 (requires 282,000 plus bytes memory)
  1230.        Method 3 = less compression and less memory and faster
  1231.                 (requires 249,000 plus bytes memory)
  1232.        Method 4 = fastest compression
  1233.                 (requires 235,000 plus bytes memory)
  1234.  
  1235.        Method 2 (-m2) provides an excellent combination of speed
  1236.        and size reduction.
  1237.  
  1238.        Example:  ARJ a archive *.exe -m2
  1239.  
  1240.        The "-jm" option will usually improve the size reduction of
  1241.        methods 1 and 2 at the cost of speed and memory.  The behavior
  1242.        of "-jm" with -m3 and -m4 is UNDEFINED.
  1243.  
  1244.        Method 4 uses a different decoder than 1 to 3.
  1245.  
  1246.     n: (All) only New files (not exist)
  1247.  
  1248.        With the "e" or "x" commands, extract files that do not exist in
  1249.        the target directory.
  1250.  
  1251.        WIth the "a" or "m" commands, archive files that do not exist in
  1252.        the target archive.
  1253.  
  1254.     o: (All) On or after date YYMMDDHHMMSS
  1255.  
  1256.        The switch "-o" by itself means select files modified today.  If
  1257.        "-o" is followed by a date and optionally a time, ARJ will only
  1258.        select files modified on or after that date-time.
  1259.  
  1260.        Example:  ARJ a test -o9001021700    means select files modified
  1261.        on or after Jan 2, 1990, 5:00 PM.
  1262.  
  1263.        Years less than "80" will be considered as 21st century years.
  1264.  
  1265.        There is no option for using other date-time formats.
  1266.  
  1267.        The switch "-ob" selects files modified before today.  If "-ob"
  1268.        is followed by a date and optionally a time, ARJ will only
  1269.        select files modified before that date-time.
  1270.  
  1271.     p: (All) match using full Pathnames
  1272.  
  1273.        When "-p" is specified, ARJ looks for an exact pathname match.
  1274.        This can be modified by the "-e" option.
  1275.  
  1276.        For non-update commands and specified filenames with paths, ARJ
  1277.        will match the full path with or without the "-p" switch.
  1278.  
  1279.        To match directory paths that contain subdirectories, you should
  1280.        use the "-p1" switch.  This switch sets ARJ to match only the
  1281.        initial portion of the pathnames against the wildnames
  1282.        specified.  For example, if your archive contains the TURBOC++
  1283.        directory named TC and you wish to extract the INCLUDE
  1284.        subdirectory along with the subdirectory INCLUDE\SYS, you can
  1285.        use the following command:
  1286.  
  1287.        ARJ e archive TC\INCLUDE\*.* -p1
  1288.  
  1289.        If you wanted to extract all of the INCLUDE\S*.* files including
  1290.        the contents of the SYS subdirectory, you can use the following
  1291.        command:
  1292.  
  1293.        ARJ e archive TC\INCLUDE\S*.* -p1
  1294.  
  1295.     q: (All) Query on each file
  1296.  
  1297.        This switch causes ARJ to prompt the user prior to acting upon
  1298.        each archived file for all but the "j", "l", "t", "v", and "w"
  1299.        commands.  This allows you to selectively delete, add, etc.
  1300.  
  1301.     r: (All) Recurse subdirectories
  1302.  
  1303.        This switch will cause ARJ to recurse any wildcards specified on
  1304.        the command line including ARJ archive filenames by traversing
  1305.        all subdirectories scanning for matches.
  1306.  
  1307.        ARJ will also recurse non-wildcard filenames as in:
  1308.        ARJ a archive FILE.BBS -r
  1309.  
  1310.     s: (Upd) set archive time-Stamp
  1311.  
  1312.        This switch causes ARJ to set the date-time stamp of the archive
  1313.        to that of the newest file in the archive.
  1314.  
  1315.        This option will also work with non-update commands as in:
  1316.        ARJ l archive -s ...
  1317.  
  1318.        The "-s1" switch is used to keep the old archive date-time
  1319.        stamp.  The new archive will have the same timestamp as the
  1320.        original archive.
  1321.  
  1322.        The "-s2" switch is like the "-s" switch except that it only
  1323.        works for archive modification commands.  This makes it more
  1324.        suitable for use in the ARJ_SW environment variable.
  1325.  
  1326.     t: (afu) set file Type
  1327.  
  1328.        This switch causes ARJ to open and read the file to be archived
  1329.        in binary or text mode.  The default is binary mode (-t0).  To
  1330.        archive in text mode, use the -t1 switch.  The "-t" switch is
  1331.        equivalent to "-t0".
  1332.  
  1333.        If you specify the switch "-t0", ARJ will always use the binary
  1334.        mode even for freshening text mode files already in the archive.
  1335.  
  1336.        The file type "text" is only needed for future cross platform
  1337.        transfers of ARJ archives.  It enables ARJ to extract text files
  1338.        to the host file system with the text newline sequence that is
  1339.        correct for that operating system.
  1340.  
  1341.        However, this mode may produce slightly better size reduction.
  1342.        The "-t1" option combined with "-jh65000" can produce some of
  1343.        the best size reduction numbers.  Extraction of files compressed
  1344.        in text mode is significantly slower than the extraction of
  1345.        binary files.
  1346.  
  1347.        DO NOT use the text mode on non-text files!!!  On non-text files
  1348.        ARJ will prematurely stop input if it finds an embedded EOF
  1349.        character (CTL Z).  This will produce a LOSS of data on binary
  1350.        files.  Graphics characters and some printer control characters
  1351.        are considered non-text.  The "-t1" options strips the text to
  1352.        7-bit characters.
  1353.  
  1354.        ARJ will look at the first 4096 bytes of the input file looking
  1355.        for 8-bit non-text data.  If ARJ finds any 8-bit data, it will
  1356.        automatically backtrack and switch to "-t0" (default) binary
  1357.        mode for that particular file.  In addition at the end of
  1358.        compressing the input file, if ARJ finds that the input file
  1359.        size is not greater than 75 percent of the binary file size
  1360.        (size on disk), ARJ will report an error for that input file and
  1361.        increment the error count.  This should help avoid the problem of
  1362.        accidentally compressing executable files with the "-t1" option
  1363.        which results in lost data.    These tests are not foolproof.
  1364.  
  1365.        The original file size reported by the "l" and "v" commands is
  1366.        the actual number of bytes input during text mode compression.
  1367.        This is usually the MS-DOS file size minus the number of
  1368.        carriage returns in the file, since C text mode strips a file of
  1369.        carriage returns.
  1370.  
  1371.     u: (All) Update files (new and newer)
  1372.  
  1373.        This switch used with the "e" and "x" commands causes ARJ to
  1374.        extract newer and non-existing files.
  1375.  
  1376.        This switch used with the "m" command causes ARJ to update only
  1377.        input files with newer dates than the ones in the archive and
  1378.        add new files to the archive.  After the archive has been
  1379.        updated, all added files and updated selected files and all up
  1380.        to date selected files will be deleted.
  1381.  
  1382.     v: (All) enable multiple Volumes
  1383.  
  1384.        This switch is required to put ARJ into multiple volume mode.
  1385.  
  1386.        This switch allows the creation of multiple volumes in the ADD
  1387.        mode.  The command "arj a a:arjvol \*.* -b -r -v360000" allows a
  1388.        user to backup up all files changed since the last backup to
  1389.        multiple floppy disks.  ARJ will pause between volumes to allow
  1390.        changing disks.  Subsequent volumes will be suffixed .A01, .A02,
  1391.        .A03, ... , .A99, .A00, .A01, etc.
  1392.  
  1393.        Archived files can be split across volumes.    ARJ will try to
  1394.        fill each volume to within 200 to 3000 bytes of specified
  1395.        maximum size.
  1396.  
  1397.        The command "arj x a:arjvol -v" would restore files starting
  1398.        from arjvol.arj.  You must specify the entire ARJ volume name
  1399.        including the .Ann suffix when starting from the middle of a
  1400.        series of volumes.
  1401.  
  1402.        The pauses between volumes can be suppressed with the "-y"
  1403.        switch.  You should not suppress the pauses when archiving to
  1404.        diskettes or extracting from diskettes.  The "-jy" option will
  1405.        allow you to suppress specific types of queries.
  1406.  
  1407.        Because of the splitting process, archived split files with a
  1408.        size of zero bytes are possible.  This is not an error.
  1409.  
  1410.        If you comment your archives with long comments, you should take
  1411.        that into account when specifying volume size.  You should
  1412.        specify a smaller volume size during the "a" command before
  1413.        adding the comments.
  1414.  
  1415.        The "-v" switch will accept the abbreviations 360, 720, 1200,
  1416.        and 1440.  These will be translated to 362,000, 730,000,
  1417.        1,213,000, and 1,457,000 bytes, respectively.  Please note that
  1418.        if the available disk space is less than the requested amount,
  1419.        ARJ will prompt the user for permission to continue.
  1420.  
  1421.        You can use the "K" modifier as a shortcut for "000".  For
  1422.        example, 100K means 100000.    "K" does not mean 1024.
  1423.  
  1424.        The "-vv" switch turns on the next volume beep option.  When you
  1425.        select this option, ARJ will sound a beep prior to the next
  1426.        volume.  The "v" modifier must come before any other modifier.
  1427.  
  1428.        The "-va" switch sets the disk space auto-detect option.  ARJ
  1429.        will check for the disk space available on the target directory
  1430.        and try to use all or most of it.  This option is aimed at
  1431.        diskette usage.  Please note that this switch option detects
  1432.        free disk space.  It does not detect formatted disk space.
  1433.  
  1434.        Examples:  ARJ a A:backup -b -va
  1435.               ARJ a backup -v360
  1436.  
  1437.        The switch modifier "s" can be used to make ARJ execute one
  1438.        specified system command prior to each volume or make ARJ pause
  1439.        for manual execution of system commands.  This is useful for
  1440.        purging target diskettes before ARJ writes to them.    The "s"
  1441.        modifier must follow the "a" modifier or the volume size.
  1442.        Optionally, after the "s" modifier, you can specify a system
  1443.        command or batch file name.    ARJ will automatically execute the
  1444.        command or batch file before each volume.  If the command has
  1445.        embedded blanks, then the entire switch option must be
  1446.        surrounded by double quotes.  The system command is executed
  1447.        before ARJ executes the auto-detect space option.
  1448.  
  1449.        Examples:  ARJ a A:backup -vas
  1450.               ARJ a A:backup -vvas
  1451.               ARJ a A:backup -v360s
  1452.               ARJ a A:backup -vv360s
  1453.               ARJ a A:backup -vaspurge.bat
  1454.               ARJ a A:backup -v360sdelete.bat
  1455.               ARJ a A:backup "-vasFORMAT A:"
  1456.               ARJ a A:backup "-vasDIR C:\ "
  1457.  
  1458.        Note that the last example has a space before the last double
  1459.        quote mark.    If the last space is missing, the internal command
  1460.        line parser will make the double quote mark part of the DIR
  1461.        command.
  1462.  
  1463.        Volume archives can be used as stand-alone archives save for the
  1464.        files that are split across volumes.
  1465.  
  1466.        It is recommended that the "-jt" (test archive) option be used
  1467.        with the "-v" switch to ensure perfectly built volumes as it is
  1468.        tedious to retest volumes after they are built.
  1469.  
  1470.        During ARJ operation in non-update commands, ARJ will not abort
  1471.        when it cannot open the correct sequential ARJ volume archive.
  1472.        It will report the open error and proceed to the "Ok to process
  1473.        the next volume?" prompt.  At this point it is possible to swap
  1474.        diskettes to put the correct volume in place.  This feature is
  1475.        disabled if the "-y" option has been specified.
  1476.  
  1477.        For those who have enough free hard disk space, the -v option
  1478.        can be used to make backing up the hard disk fairly easy.  ARJ
  1479.        can be set to create multiple floppy sized volumes on the hard
  1480.        disk for later copy to diskettes.  So even if ARJ is slow, you
  1481.        can fire up an ARJ backup and some time later, you can quickly
  1482.        copy the volumes to floppies.  Below are sample backup commands:
  1483.  
  1484.        arj a backup *.* -b2 -r -v360 -y -jt -js    full backup
  1485.        arj a backup *.* -b1 -r -v360 -y -jt -js    incremental backup
  1486.  
  1487.        See the "-jn" and "-jx" options to see how to recover from an
  1488.        abort in the middle of a backup type operation.
  1489.  
  1490.        WARNING:  Updating multiple volume archives with the "-v" switch
  1491.        set is NOT recommended, especially if the new file sizes are not
  1492.        identical.
  1493.  
  1494.        TIP:
  1495.  
  1496.        To pre-determine the number of diskettes required to archive a
  1497.        set of data, you can take advantage of the "s" option of the
  1498.        "-v" switch.  The "s" option lets you execute a DOS command
  1499.        prior to each volume.  You can specify a command that deletes
  1500.        the previously created archive volume.  This lets you use the
  1501.        same floppy diskette/hard disk space to build the multiple
  1502.        volumes.
  1503.  
  1504.        Example:  ARJ a -r "-vasdel a:volume.a??" -y a:volume c:\*.*
  1505.  
  1506.     w: (Upd) assign Work directory
  1507.  
  1508.        By default, ARJ builds a new ARJ archive file in the same
  1509.        directory as the old archive file.  By specifying the "-w"
  1510.        switch, you can specify the working directory where the
  1511.        temporary archive file will be built.  After the temporary
  1512.        archive file is built, it is copied over the original one and
  1513.        deleted.
  1514.  
  1515.        Normally ARJ requires enough disk space for the original archive
  1516.        and the new temporary archive.  Specifying the "-w" switch
  1517.        allows you to move some of that disk space requirement to
  1518.        another directory.
  1519.  
  1520.        If the copy of the temporary archive on top of the original
  1521.        archive fails, you will have to manually do the copy.  ARJ will
  1522.        not delete the temporary archive in this error situation.
  1523.  
  1524.        Example:  ARJ a -we:\temp\ archive *.c
  1525.  
  1526.     x: (All) Exclude filenames
  1527.  
  1528.        This switch is used to exclude filenames or wildnames from the
  1529.        list of filenames to be processed.
  1530.  
  1531.        Example:  ARJ a archive soft\*.* -r -x*.exe -x*.obj -xtest
  1532.  
  1533.        This example will archive all files in the soft directory and
  1534.        sub-directories with the exception of any files named "test"
  1535.        or ending in ".exe" and ".obj".
  1536.  
  1537.        You can also specify an exclude file list by preceding the
  1538.        filename with the list character "!".  The exclude file list
  1539.        must contain a list of filenames/wildnames one per line with no
  1540.        leading or trailing blanks.
  1541.  
  1542.        Example:  ARJ a archive soft\*.* -r -x!exclude.lst
  1543.  
  1544.        The "-x" option also allows you to exclude an entire path
  1545.        including subdirectories from being selected for processing.
  1546.  
  1547.        Syntax:  ARJ a archive C:\*.* -xC:\TEMP\
  1548.  
  1549.        The "\" after C:\TEMP indicates to ARJ that everything below
  1550.        C:\TEMP\ is to be excluded.
  1551.  
  1552.        Note that the exclude directory option requires that the
  1553.        directory be specified in the same relative path that the
  1554.        selected files use.
  1555.  
  1556.        Example:
  1557.  
  1558.        arj a archive \temp\*.* -x\temp\firstdir    is correct usage
  1559.        arj a archive \temp\*.* -xC:\temp\firstdir    is NOT correct because
  1560.                             of the C:
  1561.  
  1562.        The "-x" switch also works for non-update commands like
  1563.        "e"xtract and "l"ist.
  1564.  
  1565.        Examples:
  1566.  
  1567.        arj e archive -x*.exe       extract all files except *.exe files
  1568.        arj l archive -x*.exe -x*.obj   list all files except *.exe and *.obj
  1569.  
  1570.        A maximum of 8000 filenames or wildnames can be excluded.
  1571.  
  1572.     y: (All) assume Yes on all queries
  1573.  
  1574.        Use this switch for batch type uses of ARJ.    This switch
  1575.        disables most of the normal user queries during ARJ execution.
  1576.        Use this switch to suppress overwrite queries in the "e" and "x"
  1577.        commands, to suppress the make new directory query in the "e"
  1578.        and "x" commands, to suppress the new filename prompt when an
  1579.        open file operation fails in the "e" and "x" commands, to
  1580.        suppress the pause during the "s" command and to suppress the
  1581.        next volume pause using the "-v" option.
  1582.  
  1583.        Use this option with due caution, especially during extraction
  1584.        as this sets ARJ to overwrite files.  However, the "-n" option
  1585.        can be used to avoid any overwriting.
  1586.  
  1587.        As an alternative, you can use the "-jy" option which lets you
  1588.        suppress individual types of user queries.
  1589.  
  1590.     z: (ce) supply file for archive comment
  1591.  
  1592.        The "-z" switch has been provided to facilitate batch commenting
  1593.        of ARJ archives with the "c" command.  When the "-z" option has
  1594.        been specified with or without a comment file, ARJ will only
  1595.        process the archive header comment and will skip any file
  1596.        commenting unless the "-jz" switch has been specified.
  1597.  
  1598.        A comment file containing only a single blank can be used to
  1599.        erase comments from ARJ archives.
  1600.  
  1601.        Syntax:  arj c archive -z
  1602.             arj c archive -zcomment.txt
  1603.  
  1604.        The "-z" option also allows one to dump the ARJ archive header
  1605.        comment to a file.  This will only extract the main archive
  1606.        comment and not the individual file comments.
  1607.  
  1608.        Syntax:  arj e archive ... -zcomment.txt    dumps only the comment
  1609.             arj x archive -zcomment.txt        dumps comment and files
  1610.  
  1611.        ja: (All) show ANSI comments
  1612.  
  1613.        Display any ANSI escape sequences unaltered.  By default, escape
  1614.        characters in comments are not displayed.  Not displaying ANSI
  1615.        command is the default because of ANSI BOMBS.  Using ANSI
  1616.        commands, it is possible to redefine the keyboard of users using
  1617.        certain ANSI drivers.  For example, a key could be redefined to
  1618.        "echo y | del \*.*".
  1619.  
  1620.       jc1: (All) disable Console RAW mode check
  1621.  
  1622.        ARJ tests the console device for RAW mode.  If the console is in
  1623.        RAW mode, ARJ will use cgets() instead of fgets() for input.
  1624.        This prevents ARJ from hanging the system.
  1625.  
  1626.        If this feature causes a problem with your system, you can
  1627.        disable this test feature with the "-jc1" switch.
  1628.  
  1629.        jd: (exlv) ensure free Disk space
  1630.  
  1631.        In extraction mode, this option causes ARJ to always ensure that
  1632.        it will leave the user specified amount of disk space available.
  1633.        ARJ will skip files that would exceed the disk space available
  1634.        limit.  Files that are skipped will each count as an error.    The
  1635.        default free space is zero bytes.
  1636.  
  1637.        Example:  ARJ e archive basedir\ *.doc -jd100K
  1638.  
  1639.        In the above example, ARJ will not extract any files that will
  1640.        cause the disk free space to be less than 100,000 bytes.  The
  1641.        "K" is a synonym for "000".    For example, 100K means 100000.
  1642.  
  1643.        In "l"ist or "v"erbose list mode, this option sets an error
  1644.        check at the end of the listing screen based upon the total of
  1645.        the original sizes of the files selected.  If the total size
  1646.        would exceed the user specified free space limit, ARJ will
  1647.        report an error at the end of the listing screen.
  1648.  
  1649.        Example:  ARJ l archive *.doc -jd10000
  1650.  
  1651.        In this example, ARJ will report an error if the current
  1652.        available disk space minus the total of the *.doc files is less
  1653.        than the specified minimum of 10,000 bytes.
  1654.  
  1655.        Example:  ARJ e archive *.* -jd0
  1656.  
  1657.        In this example, ARJ will skip extraction of any files that
  1658.        would result in a disk full error.
  1659.  
  1660.        je: (Upd) create self-Extracting archive
  1661.  
  1662.        This option causes ARJ to create a self-extracting .EXE file
  1663.        instead of an .ARJ file.  This self-extractor is about 14500
  1664.        bytes in size and supports full pathname extraction.  The "-je1"
  1665.        switch creates a smaller self-extracting .EXE file.    The
  1666.        ARJSFXJR module is less than 5400 bytes in size.
  1667.  
  1668.        The SFX modules do NOT support multiple volume archives.  That
  1669.        would serve little purpose because you would have to distribute
  1670.        multiple files.  In this case, DEARJ (available to registered
  1671.        users) would serve adequately.  DEARJ supports all of ARJ
  1672.        extraction functionality including multiple volume archives.
  1673.  
  1674.        At ARJ 2.10, the SFX executable modules are pre-compressed using
  1675.        LZEXE.  This may cause false indications with EXE scanning
  1676.        programs showing that an ARJ SFX archive is a LZEXE compressed
  1677.        file. Only the executable header module is LZEXE compressed.
  1678.        The actual archive is ARJ compressed, of course.
  1679.  
  1680.        The current commands ARJSFX supports are:
  1681.  
  1682.        Usage: ARJSFX [-command] [-switch(s)] [directory\] [file(s)]
  1683.  
  1684.        Commands:
  1685.        e: Extract files           v: Verbosely list contents
  1686.        l: List contents           x: eXtract files with pathname (default)
  1687.        t: Test contents
  1688.  
  1689.        Switches:
  1690.        a: show ANSI comments       n: only New files (not exist)
  1691.        c: skip time stamp Check    p: match with Pathname
  1692.        f: Freshen existing files   u: Update files (new + newer)
  1693.        g: unGarble with password   y: assume Yes on queries
  1694.  
  1695.        NOTE!!!  ARJSFX uses the "-" character before all commands and
  1696.        switches.  This is to allow extraction of files named e, l, etc.
  1697.  
  1698.        The default ARJSFX command is "-x" extract files with pathnames.
  1699.        When extracting pathnames, ARJSFX will prompt for permission to
  1700.        create new directories unless the "-y" option is specified.
  1701.        ARJSFX will create absolute or relative directories depending
  1702.        upon whether the root directory has been stored in the pathname
  1703.        in the archive.  Saving the root is done using the "-jf" option.
  1704.  
  1705.        To avoid extracting to paths, the archive creator should use the
  1706.        "-e" option to exclude path specs.  The user extracting the SFX
  1707.        module can specify the "-e" command to extract to the current
  1708.        directory.
  1709.  
  1710.        ARJSFX does not support compression method 4.
  1711.  
  1712.        The ARJSFX module supports the ARJ-SECURITY envelope feature by
  1713.        itself.  The ARJ-SECURITY feature is only available as a
  1714.        licensed option.  It is intended as a feature for software
  1715.        developers.
  1716.  
  1717.        ARJ will create a self-extracting module without an intermediate
  1718.        archive file.
  1719.  
  1720.        Example:  ARJ a software *.* -je
  1721.  
  1722.        If you want to make a self-extracting module from an ARJ
  1723.        archive, use the freshen command with a non-existent filename
  1724.        argument such as "...".  In this case, ARJ will report the
  1725.        self-extractor created with 0 file(s).  The 0 file(s) indicates
  1726.        that no files were modified during the self-extractor creation.
  1727.  
  1728.        Example:  ARJ f software ... -je
  1729.  
  1730.        IMPORTANT:  When executing an ARJSFX module on a system with the
  1731.        CONSOLE device set to RAW mode, the ARJSFX module will abort on
  1732.        user input to avoid hanging the system.  Use of the "-y" switch
  1733.        on the command line will avoid the problem.
  1734.  
  1735.        Example:  ARJ210 -y
  1736.  
  1737.        The ARJSFXJR module created with the "-je1" switch is a
  1738.        stripped-down version of ARJSFX.  ARJSFXJR does not accept any
  1739.        command line options.  It does not support method 4 or text mode
  1740.        "-t1" or garbled "-g" archives.  An ARJSFXJR module containing
  1741.        files with pathnames will extract to the paths.  ARJSFXJR will
  1742.        automatically create directories as needed to build the paths.
  1743.  
  1744.        Example:  ARJ f software ... -je1
  1745.  
  1746.        Both the ARJSFX and ARJSFXJR modules will by default extract to
  1747.        relative/absolute path specs if the archive contains
  1748.        relative/absolute path specs.
  1749.  
  1750.        More examples:
  1751.  
  1752.        Build an SFX module with absolute pathnames for extraction to
  1753.        the absolute pathnames:
  1754.  
  1755.        ARJ a -r -je -jf DISTRIB \product\*.*
  1756.  
  1757.        The user need only type "DISTRIB -y" to automatically recreate
  1758.        the "product" directory on the current drive.
  1759.  
  1760.        Build an SFX module with relative pathnames for extraction to
  1761.        relative pathnames:
  1762.  
  1763.        ARJ a -r -je DISTRIB \product\*.*
  1764.  
  1765.        The user need only type "DISTRIB -y" to automatically recreate
  1766.        the "product" subdirectory in the current directory.
  1767.  
  1768.        Build an SFX module with relative pathnames for extraction to
  1769.        relative pathnames excluding the base directory:
  1770.  
  1771.        ARJ a -r -e1 -je DISTRIB \product\    *.*
  1772.  
  1773.        The user need only type "DISTRIB -y" to automatically recreate
  1774.        the files and subdirectories of the "product" directory in the
  1775.        current directory.
  1776.  
  1777.        Build an SFXJR module with filenames (no path specs).
  1778.  
  1779.        ARJ a -e -je1 DISTRIB \product\*.*
  1780.  
  1781.        The user need only type "DISTRIB" to automatically extract the
  1782.        entire contents of "DISTRIB.EXE" to the current directory.
  1783.  
  1784.        jf: (afux) store/use Full specified path
  1785.  
  1786.        Normally, ARJ will strip all pathnames of drive letter and root
  1787.        symbol.  This switch disables this action.  When extracting with
  1788.        the "x" command from an archive that was built with this switch,
  1789.        ARJ will normally strip any drive letter and root symbol, unless
  1790.        the "-jf" option is specified again.
  1791.  
  1792.        The "-jf1" option will strip only the drive spec and NOT the root
  1793.        symbol.  You can use either the "-jf" or "-jf1" option during
  1794.        extraction to force use of the root directory.
  1795.  
  1796.        jh: (afu) set Huffman buffer size
  1797.  
  1798.        ARJ has a default static Huffman buffer size of 16384 bytes.
  1799.        This buffer size is better for compressing executable files.
  1800.        The buffer size in ARJ 0.15 and earlier was set to 65500 bytes.
  1801.        That size is better for large text files.  You may specify a
  1802.        buffer size from 2048 to 65535 bytes.
  1803.  
  1804.        Example:  ARJ a archive *.txt -jh65500
  1805.  
  1806.        ji: (afu) set Index filename
  1807.  
  1808.        The "-ji" switch is used to create an index file containing the
  1809.        filenames archived.    This is especially helpful when using ARJ
  1810.        to do multiple floppy type archives.  This file SHOULD NOT be
  1811.        created on the floppy diskette if the floppy diskette is changed
  1812.        during the archival process.
  1813.  
  1814.        The index file contains two types of text lines.  The first type
  1815.        is the volume name record.  It contains the date, time, starting
  1816.        file position, and the archive name.  The second type is the
  1817.        filename record.  It contains only the filename.
  1818.  
  1819.        This information is also useful for restarting "-v" multiple
  1820.        volume archives.  You need the filename and the starting file
  1821.        position.
  1822.  
  1823.        jk: (Upd) Keep temp archive on error
  1824.  
  1825.        When the "-jk" switch has been specified, ARJ will keep the
  1826.        temporary archive during an aborted archive build/update.  During
  1827.        a failed build, ARJ will modify the temporary archive to make it
  1828.        useable by removing the broken portion.
  1829.  
  1830.        jm: (afu) set Maximum compression
  1831.  
  1832.        The "-jm" switch sets the maximum compression mode.    This mode
  1833.        changes both method 1 and method 2 to the maximum compression for
  1834.        those methods.  This may increase compression time significantly.
  1835.  
  1836.        You can get a 1 to 8 percent improvement in compression with
  1837.        ARJ -m1 -jm.
  1838.  
  1839.        The "-jm1" option provides slightly less compression than "-jm"
  1840.        at a faster speed.  This can range from slightly faster to much
  1841.        faster.
  1842.  
  1843.        Usage of "-jm" with "-m3" or "-m4" is NOT to be relied on.
  1844.  
  1845.        jn: (afu) set restart Name
  1846.  
  1847.        The "-jn" switch is used to restart interrupted multiple volume
  1848.        archives in conjunction with the "-jx" switch.  All selected files
  1849.        are skipped up to but not including the named file.
  1850.  
  1851.        Example:  ARJ a volume -v360 -r -jn\BIN\TREE.COM -jx1230
  1852.  
  1853.        In the above example, all files scanned up to \BIN\TREE.COM are
  1854.        skipped.  Archiving will start at file position 1230 of file
  1855.        \BIN\TREE.COM.
  1856.  
  1857.        IMPORTANT!!!  The exact name of the starting file must be specified
  1858.        according to the wildnames/filespecs specified.  This name is the
  1859.        same as displayed by the Adding filename display and the same as
  1860.        written to the "-ji" index file.  Please note that \DOS\TREE.COM is
  1861.        not considered the same as DOS\TREE.COM with this option.
  1862.  
  1863.        jo: (am)  query when updating file
  1864.  
  1865.        The "-jo" switch is used to query the user when using the ARJ "a"
  1866.        or "m" commands to add files to an archive.    Before ARJ
  1867.        overwrites an existing internal archive file when using "-jo",
  1868.        ARJ will query the user with "Update <filename>? ".    Without this
  1869.        option, ARJ will overwrite the internal archive file without
  1870.        querying.
  1871.  
  1872.        jp: (lv)  Pause after each screenful
  1873.  
  1874.        This switch will cause ARJ to pause after listing each screenful
  1875.        of data for the "l" and "v" commands.  Press the ENTER key to
  1876.        continue the listing.  You can also enter "quit" to exit ARJ.
  1877.  
  1878.        In one special case, "ARJ -? -jp", the use of the -jp switch
  1879.        toggles page pauses off, because by default in help mode,
  1880.        pausing is on.
  1881.  
  1882.        jr: (All) Recover broken archive files
  1883.  
  1884.        This switch is used to access headers and files in an archive
  1885.        that has been corrupted either with bad data or missing data.
  1886.        This switch lets ARJ find the next valid header for listing,
  1887.        extraction or testing.  ARJ will continue to look for headers
  1888.        until it finds the end of file.  At that point ARJ will print an
  1889.        error message stating that it encountered the end of file
  1890.        unexpectedly.  This is to be expected.
  1891.  
  1892.        If file header data has been corrupted, ARJ will be unable to
  1893.        recover any file data associated with that header.  If file data
  1894.        has been corrupted, ARJ will abort but not delete any extracted
  1895.        file data.  To continue recovering from such a corrupted
  1896.        archive, simply specify one filename to extract at a time or use
  1897.        the "-q" query switch to prompt for individual files.
  1898.  
  1899.        Example:  ARJ e archive -jr -q
  1900.  
  1901.        js: (afu) Store archives by suffix
  1902.  
  1903.        This switch is used to force ARJ to store and not compress files
  1904.        with the following extensions: .ARJ, .ZIP, .LZH, .PAK, .ARC.
  1905.  
  1906.        The file extensions can be specified as follows:
  1907.  
  1908.        ARJ a archive -js.zoo.ice.gif
  1909.  
  1910.        The above command will store files with extensions ending in
  1911.        .ZOO, .ICE, and .GIF.  This overrides the defaults.
  1912.  
  1913.        You can use the environment variable ARJ_SW to set up your own
  1914.        defaults as follows:
  1915.  
  1916.        set arj_sw = -js.arj.zip.lzh -js-
  1917.  
  1918.        The "-js-" turns off the option by default so that when you
  1919.        specify the "-js" switch on the command line, ARJ will already
  1920.        know what extensions you want to store.
  1921.  
  1922.        jt: (Upd) Test temporary archive
  1923.  
  1924.        This switch causes ARJ to execute an archive integrity check on
  1925.        the intermediate temporary archive before overwriting any
  1926.        pre-existing original archive.  If any error occurs, ARJ will
  1927.        not overwrite the original archive.    When used with the "-w"
  1928.        switch option, ARJ will also test the final archive file as well
  1929.        as the temporary archive before deleting any input files.
  1930.  
  1931.        Example:  ARJ m archive *.c -jt
  1932.  
  1933.        ju: (All) translate UNIX style paths
  1934.  
  1935.        This switch causes ARJ to translate any subsequently encountered
  1936.        pathnames to MS-DOS style from UNIX style.  This switch also
  1937.        causes translation of filenames entered as a result of ARJ
  1938.        prompts such as in comment filenames.
  1939.  
  1940.        Example:  ARJ a archive -ju /soft/*.c
  1941.  
  1942.        jv: (All) set Verbose display
  1943.  
  1944.        This switch sets ARJ to display more information during the
  1945.        "t"est, "l"ist, and "ex"tract commands.
  1946.  
  1947.        Example:  ARJ t archive -jv
  1948.  
  1949.        The "-jv" switch causes the "v" command to display only the
  1950.        pathnames to the screen.
  1951.  
  1952.        The "-jv1" switch causes the "v" command to display the archive
  1953.        data in manner suitable for sorting on various fields.
  1954.  
  1955.        The "-jv" ... "-jv3" options can be used with the "w" (where is
  1956.        text) command to set a larger context display.  See the "w"
  1957.        command for more information on using "-jv".
  1958.  
  1959.        jx: (afu) start at eXtended position
  1960.  
  1961.        This switch is used to continue a file on another archive
  1962.        manually.  This switch is normally for use when a multiple
  1963.        volume "a" command has aborted.
  1964.  
  1965.        Example:  ARJ a arjvol.a01 manual.doc -jx100000
  1966.  
  1967.        This example archives manual.doc starting from file byte
  1968.        position 100000 and on.
  1969.  
  1970.        jy: (All) set individual Yes flags
  1971.  
  1972.        This switch is used to suppress individual ARJ user prompts.
  1973.  
  1974.        Syntax:  ARJ e archive -jy<flags>
  1975.  
  1976.        where <flags> is one or more of the following characters:
  1977.        a, c, d, k, n, o, s, v.  ARJ will assume YES for each flag
  1978.        selected.
  1979.  
  1980.        A - skip append query during a multi-volume extraction
  1981.        C - skip create directory query
  1982.        D - skip delete files query
  1983.        K - skip disk space availability query
  1984.        N - skip new filename prompt
  1985.        O - skip overwriting existing file query
  1986.        S - skip scanned enough text query
  1987.        V - skip ok to proceed to next volume query
  1988.  
  1989.        Example:  ARJ x volume -v -jyaco
  1990.              selected append, create, and overwrite "yes"es.
  1991.  
  1992.        jz: (c) supply file for file comment
  1993.  
  1994.        The "-jz" switch has been provided to facilitate batch
  1995.        commenting of one or more files within an ARJ archive.  Only one
  1996.        comment file can be specified.  That file will be used to
  1997.        comment each file specified on the command line.
  1998.  
  1999.        A comment file containing only a single blank can be used to
  2000.        erase comments from ARJ archives.
  2001.  
  2002.        Syntax:  arj c archive file1 -jzcomment.txt
  2003.             arj c archive file1 -zheader.cmt -jzfile.cmt
  2004.  
  2005.  
  2006.      ARJ_SECURITY ENVELOPE:
  2007.  
  2008.     The ARJ-SECURITY ENVELOPE feature provides a facility similar to
  2009.     other archivers.  This feature disallows any type of modification,
  2010.     even commenting, to an ARJ-SECURED archive by ARJ.  Moreover, there
  2011.     are additional internal checks to determine if the ARJ-SECURED
  2012.     archive has been modified in any way.  This feature is intended for
  2013.     use by software developers who distribute their software in
  2014.     archived format and is only available for a special fee.  However,
  2015.     there can be no guarantee that this mechanism cannot be defeated.
  2016.  
  2017.     In normal use, ARJ will display one of two messages when processing
  2018.     an archive with a valid ARJ-SECURITY envelope.    ARJ will either
  2019.     state that the archive MAY have a valid ARJ-SECURITY envelope or
  2020.     that the archive HAS a valid ARJ-SECURITY envelope.  ARJ can only
  2021.     be sure that the envelope is valid when the "t", "e", or "x"
  2022.     command is executed on ALL of the archived files.  In order to
  2023.     fully test the security envelope of an archive, use the "t" command
  2024.     as in "ARJ t archive".
  2025.  
  2026.     If the security envelope has been tampered with or the archive has
  2027.     suffered data corruption, ARJ will display a message stating that
  2028.     the security envelope has been violated.
  2029.  
  2030.  
  2031.      KNOWN ARJ ISSUES/PROBLEMS:
  2032.  
  2033.     When using a working directory, ARJ does not check for disk space
  2034.     before overwriting the original archive.  Be sure you have enough
  2035.     space before updating an archive using the "-w" switch.
  2036.  
  2037.     DO NOT continue to use older versions of ARJ earlier than 0.15a.
  2038.     ARJ archives that have been created with 2048 byte sized comments
  2039.     will produce unpredictable results when processed by older versions
  2040.     of ARJ.
  2041.  
  2042.     Because of a bug with extended archive header processing, you
  2043.     should convert to ARJ 2.10 as soon as practical.  This bug is NOT a
  2044.     current problem because no version of ARJ supports the use of the
  2045.     extended header.
  2046.  
  2047.     There is a reported problem using ARJ and floppy disk drives when
  2048.     using the disk cache program SUPER PCKWIK 3.30 with advanced
  2049.     diskette support (/D+).  The system will occasionally hang when ARJ
  2050.     attempts to read/write the diskette.  Disabling the SUPER PCKWIK
  2051.     option with /D- appears to remove this problem.  Other programs
  2052.     have similar problems with this feature of SUPER PCKWIK.  Other
  2053.     cache programs like PC-TOOLS PC-CACHE 5.5 and 6.0 do not have this
  2054.     problem with ARJ.
  2055.  
  2056.  
  2057.      ARJ TECHNICAL SUPPORT:
  2058.  
  2059.     I have received many useful suggestions from users all over the
  2060.     world.    Many of those suggestions are in this version or will be
  2061.     incorporated in later versions of ARJ.
  2062.  
  2063.     I will try to resolve software problems with ARJ as they are made
  2064.     known to me.  Please notify me of any ARJ problems by mail, email
  2065.     or via the ARJ support BBSes mentioned below.  Despite the fact
  2066.     that ARJ is free for many users, I will strive to make ARJ a
  2067.     robust, stable and useful product for all users.
  2068.  
  2069.     To ensure a reply when using the postal system, please enclose a
  2070.     stamped self-addressed envelope with your correspondence.  Keeping
  2071.     up with the ARJ mail has become expensive.  Foreign corresponders
  2072.     should include currency or postal coupons instead of stamps.
  2073.     Otherwise, I may be unable to answer your correspondence.
  2074.  
  2075.     As of this ARJ version, only users who have provided some form of
  2076.     support to ARJ should request technical support.
  2077.  
  2078.     Your financial support is needed for the ARJ archiver and format to
  2079.     succeed.
  2080.  
  2081.  
  2082.      ARJ AVAILABILITY:
  2083.  
  2084.     The latest version of ARJ can be obtained from the following
  2085.     sources:
  2086.  
  2087.     ARJ SUPPORT BBSes:  See ARJ_BBS.DOC
  2088.  
  2089.     ARJ is available from a number of other BBS's, but I can only vouch
  2090.     for the integrity of the archive if the ARJ210.EXE verifies its
  2091.     ARJ-SECURITY envelope as valid.  If no security envelope exists,
  2092.     then the data has been re-archived and there is no assurance of
  2093.     data integrity.
  2094.  
  2095.     If none of the above sources are suitable, you may order a copy of
  2096.     the latest version of ARJ directly from the author.
  2097.  
  2098.     Send a check or money order for five dollars (US) to cover the
  2099.     costs of shipping and handling for U.S. delivery.  For foreign
  2100.     delivery, send ten dollars (US) to cover shipping and handling.
  2101.     Please specify diskette size (3.5 or 5.25 inch);  otherwise, a 5.25
  2102.     inch diskette will be shipped.    Please allow a few weeks for
  2103.     delivery, longer for foreign deliveries.
  2104.  
  2105.     Robert Jung, 2606 Village Road West, Norwood, Massachusetts 02062
  2106.  
  2107.  
  2108.      DISTRIBUTORS:
  2109.  
  2110.     The following are my authorized distributors for ARJ:
  2111.  
  2112.     In Germany:
  2113.  
  2114.     C.A.T. Kommunikations-System       Internet: arj@cat.de
  2115.     Systemberatung A. Dunkel         SubNet: arj@cat.sub.org
  2116.     Robert-Schuman-Ring 37            FidoNet: 2:243/12
  2117.     D 6239 Kriftel, Germany         Mailbox: (06192) 42054 (2400 Baud)
  2118.                              (06192) 42057 (19200 PEP)
  2119.                         NUA: 45619270055
  2120.  
  2121.  
  2122.      ACKNOWLEDGEMENTS:
  2123.  
  2124.     LHARC is the name of an archiver by Haruyazu Yoshizaki.
  2125.     PKZIP and ZIP are trademarks of PKWare, Inc.
  2126.     PAK is trademark of NoGate Consulting.
  2127.  
  2128.     I wish to express my gratitude to Haruyasu Yoshizaki (Yoshi) for
  2129.     developing LHARC and distributing its source code.  LHARC gave me
  2130.     the impetus to start studying data compression.  I also wish to
  2131.     thank Haruhiko Okumura for providing additional ideas.    His AR001
  2132.     and AR002 program provided the basic design for the early versions
  2133.     of ARJ.  Much has happened to the ARJ design since then.  In fact,
  2134.     only a small percentage of ARJ is derived from AR source code.    The
  2135.     most important part of ARJ, the LZ77 compression routine, is new
  2136.     and original.
  2137.  
  2138.     I also wish to thank Fabrice BELLARD for LZEXE which is used to
  2139.     squish the ARJ SFX modules.
  2140.  
  2141.     I wish to thank those who have helped in the development of ARJ.
  2142.     Those include Ron Freimuth, Michael Lawler, Arkady Kleyner, Joseph
  2143.     Teller, Mike McCombs, Brian Godette, Robb Hufalt, Axel Dunkel and
  2144.     Jonathan Forbes.  And to the many others who have helped or
  2145.     provided messages of support, THANKS!
  2146.  
  2147.     I wish to thank my wife, Susan, and my son, Timothy, for putting up
  2148.     with this ARJ obsession for the last several months.  Without their
  2149.     encouragement and support, ARJ would never have come to be.
  2150.  
  2151.     But my greatest thanks goes to Almighty God for His inspiration and
  2152.     great salvation.
  2153.  
  2154.  
  2155.      USAGE AND DISTRIBUTION POLICY:
  2156.  
  2157.     See LICENSE.DOC file for license policy.
  2158.  
  2159.     ARJ, REARJ, ARJSFX, and ARJSFXJR contain no DES technology or any
  2160.     other government protected technology.    As far as I can determine,
  2161.     ARJ, REARJ, ARJSFX, and ARJSFXJR may be exported and used outside
  2162.     the U.S. and Canada.
  2163.  
  2164.  
  2165.      FINAL COMMENTS:
  2166.  
  2167.     I do hope that you find this program as useful as I have.  I would
  2168.     appreciate any suggestions to improve this archiver.
  2169.  
  2170.  
  2171.     I can be reached at:
  2172.  
  2173.     Robert Jung at the Wonderland BBS (617) 965-3036
  2174.  
  2175.     Robert Jung at the Dimensional Crossroads BBS (508) 427-5379
  2176.  
  2177.     Robert Jung at the Bay State BBS (617) 598-6646
  2178.  
  2179.     Robert Jung at FIDONET address:  1:16/390.7
  2180.  
  2181.     Robert Jung in the COMPRESS (ILINK), LHARC / COMPRESSIONS
  2182.     (SMARTNET), SHARE (RIME) or ARCHIVERS (RELAYNET) echo conferences.
  2183.  
  2184.     2606 Village Road West
  2185.     Norwood, Massachusetts 02062
  2186.  
  2187.     Internet address:  robjung@world.std.com
  2188.  
  2189.     Compuserve users can enter   >INTERNET: robjung@world.std.com
  2190.     at the "Send to" prompt.  I prefer CompuServe users to send mail
  2191.     to this address as opposed to my CompuServe userid below.
  2192.  
  2193.     CompuServe userid: 72077,445  (Checked once or twice a week)
  2194.  
  2195.  
  2196.      End of document
  2197.  
  2198.